The color chooser test is constantly running into the
problem that the custom color setting is not empty.
Avoid that by using the memory settings backend.
# work around random file systems showing up in the file chooser,
# breaking the 'pickers' test
-TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix
+TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix GSETTINGS_BACKEND=memory
TEST_PROGS += accessibility-dump
include $(top_srcdir)/Makefile.decl
NULL =
+TESTS_ENVIRONMENT = GSETTINGS_BACKEND=memory
+
TEST_PROGS += gtk-reftest
check_PROGRAMS = $(TEST_PROGS)